github.com/refraction-networking/utls.halfConn.err (field)
10 uses
github.com/refraction-networking/utls (current package)
conn.go#L175: err error // first permanent error
conn.go#L201: hc.err = &permanentError{err: e}
conn.go#L203: hc.err = err
conn.go#L205: return hc.err
conn.go#L614: if c.in.err != nil {
conn.go#L615: return c.in.err
conn.go#L1226: if err := c.out.err; err != nil {
conn.go#L1604: if !errors.As(c.out.err, &a) {
u_conn.go#L408: if !errors.As(c.out.err, &a) {
u_conn.go#L447: if err := c.out.err; err != nil {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |